UniversalDate
Type
expression
Summary
The UTC Gregorian date
Syntax
the universal date
Description
Returns the universal date (i.e. the current date in the UTC+00:00 time zone) as a list of seven numeric components. The elements of the list are the same as for LocalDate.
Examples
variable tDateTime as List
put the universal date into tDateTime
variable tMinuteOfHour as Number
put tDateTime[5] into tMinuteOfHour
Related
expression: LocalDate